@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #f00;
    outline: none; }

li {
  list-style: outside none; }
  
li{list-style-type: none}

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0px;
  display: block;
  _display: inherit; }

.ellipsis, .product .name a, .productSide .name a, .join_04 .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0px auto; }

a, .transition, .head, .indexPart1 .img, .indexPart3 li, .indexPart4 .btn, .indexPart5 .list li, .indexPart5 .list .time, .footForm .bg div, .footForm .form li, .news li, .sideBar .layer, .about_03 li div, .honorLayer, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.pcShow {
  display: block; }

.phoneShow {
  display: none; }

.tabContent {
  display: none; }

.headD {
  height: 1rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 1rem;
  background: #fff; }
  .head a.logo {
    display: block;
    width: 3.36rem;
    position: absolute;
    z-index: 10;
    left: 0.25rem;
    right: auto;
    top: 0.22rem;
    bottom: auto; }
  .head a.tel {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 1rem;
    width: 3.6rem;
    background: url("../images/tel.png") left center no-repeat;
    background-size: 100%;
    color: #fff;
    line-height: 1rem;
    padding-left: 1.55rem;
    font-size: .3rem; }
  .head .nav {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 3.9rem;
    top: 0;
    bottom: auto; }
    .head .nav li {
      float: left;
      padding-left: .33rem; }
    .head .nav a {
      display: block;
      height: 1rem;
      line-height: 1rem;
      font-size: 16px;
      color: #666;
      position: relative; }
      .head .nav a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: .68rem;
        width: 0;
        height: .02rem;
        background: #f00; }
      .head .nav a:hover, .head .nav a.on {
        color: #f00; }
        .head .nav a:hover:before, .head .nav a.on:before {
          width: 100%;
          left: 0; }

.headD2 {
  height: .71rem; }

.pageHead {
  height: 0.71rem;
  background: #fff; }
  .pageHead a.logo {
    top: .07rem; }
  .pageHead a.tel {
    height: 0.71rem;
    line-height: 0.71rem; }
  .pageHead .nav a {
    height: 0.71rem;
    line-height: 0.71rem; }
    .pageHead .nav a:before {
      top: .53rem; }

.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide a {
    display: block;
    min-height: 7.2rem;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.15rem;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .indexFlash .dots span {
      display: inline-block;
      margin: 0 .06rem;
      height: .16rem;
      width: .16rem;
      border: #fff solid .02rem;
      -moz-border-radius: 0.2rem;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem; }
      .indexFlash .dots span.swiper-pagination-bullet-active {
        background: #fff; }

.indexPart1 ul {
  margin-left: -1px; }
.indexPart1 li {
  float: left;
  width: 33.333%;
  text-align: center;
  border-left: #333 solid 1px;
  position: relative; }
  .indexPart1 li:hover .img {
    opacity: .7; }
  .indexPart1 li:hover .content {
    background: #fff; }
    .indexPart1 li:hover .content:before {
      background-image: url("../images/img35on.png"); }
.indexPart1 .imgDiv {
  min-height: 1rem;
  position: relative;
  background: #000; }
.indexPart1 .img {
  opacity: .3;
  height: 3.06rem;
  background: center no-repeat;
  background-size: cover; }
.indexPart1 .name {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  margin-top: -.7rem; }
  .indexPart1 .name div {
    width: .85rem;
    margin: 0 auto;
    padding-bottom: .15rem; }
.indexPart1 .content {
  font-size: 13px;
  line-height: 2.76em;
  padding: .45rem;
  min-height: 1rem;
  position: relative;
  background: #efefef;
  text-align: justify; }
  .indexPart1 .content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.17rem;
    width: 100%;
    height: .17rem;
    background: url("../images/img35.png") center no-repeat;
    background-size: .35rem; }
.indexPart1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto; }

.indexPart2 {
  background: url("../images/nimg1920_2.jpg") center no-repeat;
  background-size: cover;
  padding-bottom: 1.05rem;
  text-align: center;
  color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexPart2 .title {
    padding: .75rem 0 .6rem 0;
    font-size: .2rem;
    text-transform: uppercase; }
    .indexPart2 .title div {
      font-size: 1.5em;
      padding-bottom: .3rem;
      position: relative; }
      .indexPart2 .title div:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: .15rem;
        width: .6rem;
        height: .02rem;
        background: #fff;
        margin-left: -.3rem; }
  .indexPart2 .list {
    position: relative;
    margin-left: -.05rem;
    margin-right: -.05rem; }
  .indexPart2 #indexPart2 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart2 .swiper-slide {
    padding: 0 .05rem;
    position: relative; }
    .indexPart2 .swiper-slide:hover .img img {
      opacity: .3; }
    .indexPart2 .swiper-slide:hover a.name {
      opacity: 1;
      margin-top: -.45rem; }
    .indexPart2 .swiper-slide .img {
      background: #000; }
    .indexPart2 .swiper-slide a.name {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 50%;
      bottom: auto;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 14px;
      margin-top: 0;
      opacity: 0; }
      .indexPart2 .swiper-slide a.name div {
        font-size: 18px;
        padding: .06rem 0 .1rem 0; }
      .indexPart2 .swiper-slide a.name em {
        display: block;
        margin: 0 auto;
        border: #fff solid 1px;
        width: 1.25rem;
        height: .34rem;
        line-height: .32rem; }
  .indexPart2 a.arrow {
    display: block;
    width: .36rem;
    height: .59rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.3rem;
    background: center no-repeat;
    background-size: cover; }
    .indexPart2 a.arrow.prev {
      background-image: url("../images/nimg36_1.png");
      left: .05rem; }
    .indexPart2 a.arrow.next {
      background-image: url("../images/nimg36_2.png");
      right: .05rem; }

.indexPart3 {
  width: 66.666%; }
  .indexPart3 li {
    min-height: 3.4rem;
    background: #333;
    position: relative; }
    .indexPart3 li:hover {
      background: #555; }
      .indexPart3 li:hover .img a {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
  .indexPart3 li.li_02 {
    background: #ffcc00; }
    .indexPart3 li.li_02:hover {
      background: #FFFD53; }
    .indexPart3 li.li_02 .img {
      right: auto;
      left: 0; }
      .indexPart3 li.li_02 .img:before {
        background-image: url("../images/img12on.png");
        left: auto;
        right: 0; }
    .indexPart3 li.li_02 .box {
      margin-left: auto;
      color: #333; }
  .indexPart3 .box {
    width: 50%;
    padding: 0 .45rem 0 .65rem;
    color: #fff; }
  .indexPart3 .name {
    font-size: .3rem;
    line-height: 1.6em;
    padding-top: .85rem; }
  .indexPart3 .content {
    font-size: 14px;
    line-height: 2.2em; }
  .indexPart3 .img {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 50%;
    height: 100%;
    overflow: hidden; }
    .indexPart3 .img a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: center no-repeat;
      background-size: cover; }
    .indexPart3 .img i {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: url("../images/nimg91.png") center no-repeat;
      background-size: .91rem;
      cursor: pointer; }
    .indexPart3 .img:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 11;
      background: url("../images/img12.png") center no-repeat;
      background-size: cover;
      width: .12rem;
      height: .25rem;
      left: 0;
      top: 50%;
      margin-top: -.12rem; }

.indexPart4 {
  width: 33.333%; }
  .indexPart4 .box {
    height: 3.4rem;
    background: #ff3333;
    color: #fff;
    padding: .4rem .6rem 0 .6rem; }
  .indexPart4 .name {
    font-size: .3rem;
    padding: .25rem 0 .15rem 0; }
  .indexPart4 .content {
    font-size: 14px;
    line-height: 2.2em;
    height: 4.4em;
    overflow: hidden; }
  .indexPart4 dl dd {
    float: left;
    width: 25%;
    font-size: .18rem;
    text-align: center;
    padding-top: .2rem; }
    .indexPart4 dl dd:hover img {
      transform: rotateY(180deg);
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg); }
  .indexPart4 dl div {
    width: 4em; }
  .indexPart4 dl img {
    width: .58rem;
    display: block;
    margin: 0 auto; }
  .indexPart4 .form {
    height: 3.4rem;
    background: #e1e1e1;
    color: #f00;
    padding: 0 .6rem; }
  .indexPart4 li {
    padding-bottom: .25rem; }
    .indexPart4 li .input {
      border: #999 solid 1px; }
      .indexPart4 li .input.on {
        border-color: #f00; }
        .indexPart4 li .input.on .input1 {
          color: #f00; }
    .indexPart4 li .input1 {
      width: 100%;
      height: .5rem;
      line-height: .5rem;
      font-size: 16px;
      padding: 0 .15rem; }
  .indexPart4 .btn {
    background: #999; }
    .indexPart4 .btn:hover {
      background: #f00; }
    .indexPart4 .btn input {
      width: 100%;
      height: .52rem;
      color: #fff;
      font-size: 16px; }

.foot_01{overflow:hidden; font-size:12px; color:#747474; background: #444242; padding: .1rem .6rem;}
.foot_01 a{color:#a1a1a1; padding-right:12px;}
.foot_01 a:hover{color:#f00;}

@media screen and (max-width: 1700px) {
  .indexPart4 .name {
    font-size: .24rem; } }
.indexPart5 .title {
  padding: .45rem 0 .35rem 0;
  font-size: .2rem;
  text-transform: uppercase;
  clear: both;
  color: #666;
  text-align: center; }
  .indexPart5 .title div {
    font-size: 1.5em;
    padding-bottom: .3rem;
    position: relative;
    color: #f00; }
    .indexPart5 .title div:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .15rem;
      width: .6rem;
      height: .02rem;
      background: #f00;
      margin-left: -.3rem; }
.indexPart5 .tab {
  font-size: 0;
  text-align: center;
  height: .82rem; }
  .indexPart5 .tab li {
    display: inline-block;
    padding: 0 .02rem; }
    .indexPart5 .tab li:hover a, .indexPart5 .tab li.on a {
      background: #f00;
      color: #fff; }
  .indexPart5 .tab a {
    display: block;
    color: #666;
    font-size: .22rem;
    width: 1.7rem;
    height: .42rem;
    line-height: .42rem;
    background: #e0e0e0; }
.indexPart5 .list li {
  border-top: #e1e1e1 solid 1px;
  font-size: 14px; }
  .indexPart5 .list li:hover {
    background: #e1e1e1; }
    .indexPart5 .list li:hover .imgDiv img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .indexPart5 .list li:hover .name a {
      color: #f00; }
    .indexPart5 .list li:hover .time {
      background: #f00; }
.indexPart5 .list .wal {
  min-height: 2.31rem;
  position: relative;
  padding: .25rem 1.8rem .25rem 2.6rem; }
.indexPart5 .list .imgDiv {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0.28rem;
  bottom: auto;
  width: 2.17rem;
  overflow: hidden; }
.indexPart5 .list .name {
  font-size: 18px; }
.indexPart5 .list .content {
  line-height: 2.57em;
  color: #666;
  padding: .1rem 0; }
.indexPart5 .list .more a {
  color: #666; }
.indexPart5 .list .time {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0.3rem;
  bottom: auto;
  width: .8rem;
  height: 1rem;
  background: #ccc;
  font-size: 14px;
  line-height: .23rem;
  color: #fff;
  text-align: right;
  padding-right: .15rem; }
  .indexPart5 .list .time div {
    font-size: .4rem;
    line-height: .44rem;
    padding-top: .06rem; }

.footForm {
  position: relative; }
  .footForm:hover .bg div {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .footForm .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .footForm .bg div {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/nimg1920_3.jpg") center no-repeat;
      background-size: cover; }
  .footForm .wal {
    min-height: 4.17rem;
    position: relative;
    z-index: 2; }
  .footForm .tel {
    width: 4.14rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 1.25rem;
    bottom: auto; }
  .footForm .form {
    background: rgba(0, 0, 0, 0.74);
    min-height: 4.17rem;
    width: 4.3rem;
    padding: .35rem .42rem;
    color: #fff;
    margin-left: auto; }
    .footForm .form h2 {
      font-weight: 400;
      font-size: .3rem;
      padding-bottom: .22rem; }
    .footForm .form li {
      margin-bottom: .25rem;
      background: #fff;
      border: #fff solid 1px; }
      .footForm .form li.on {
        border-color: #f00; }
        .footForm .form li.on .input1 {
          color: #f00; }
    .footForm .form .input1 {
      width: 100%;
      height: .48rem;
      line-height: .48rem;
      font-size: 16px;
      padding: 0 .16rem; }
    .footForm .form .btn {
      background: #f00; }
      .footForm .form .btn:hover {
        background: #ffcc00; }
      .footForm .form .btn input {
        width: 100%;
        height: .5rem;
        color: #fff;
        font-weight: bold;
        font-size: 16px; }

.foot {
  background: #333;
  min-height: 2.6rem;
  position: relative;
  color: #ccc;
  font-size: 14px;
  padding: .55rem .6rem; }
  .foot .msg {
    line-height: 2.14em;
    padding-bottom: .22rem;
    background: url("../images/line1.png") left bottom no-repeat;
    background-size: .4rem; }
  .foot .list1 {
    max-width: 4rem;
    padding-top: .1rem; }
    .foot .list1 li {
      float: left;
      line-height: 2.14em;
      padding-right: .24rem; }
    .foot .list1 img {
      float: left;
      width: .16rem;
      margin-right: .06rem;
      position: relative;
      top: .07rem; }
  .foot .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 3rem;
    top: 0;
    bottom: auto;
    width: 3.9rem;
    clear: left; }
    .foot .list h2 {
      font-size: .18rem;
      font-weight: 400;
      padding: .55rem 0 .12rem 0;
      background: url("../images/line1.png") left bottom no-repeat;
      background-size: .4rem;
      margin-bottom: .1rem; }
    .foot .list a {
      color: #999; }
      .foot .list a:hover {
        color: #fff; }
    .foot .list li {
      float: left;
      width: 25%;
      height: 2.14em;
      line-height: 2.14em;
      overflow: hidden; }
    .foot .list p {
      clear: left;
      font-size: .12rem;
      line-height: 1.83em;
      color: #666;
      padding-top: .1rem; }
  .foot .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.6rem;
    top: 0.55rem;
    bottom: auto;
    text-align: center;
    width: 1.21rem;
    font-size: .12rem; }
    .foot .ewm div {
      padding-bottom: .08rem; }

/*page------------*/
.pageBanner {
  background: center no-repeat;
  background-size: cover; }
  .pageBanner .wal {
    height: 2.5rem;
    position: relative; }
  .pageBanner h2 {
    font-size: .3rem;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    padding-left: .8rem;
    line-height: .6rem;
    margin-top: -.3rem; }

.pageNav {
  height: 0.5rem; }
  .pageNav .list {
    font-size: 0;
    text-align: center; }
  .pageNav li {
    display: inline-block;
    padding: 0 .25rem; }
    .pageNav li a {
      display: block;
      height: 0.5rem;
      line-height: 0.5rem;
      font-size: 14px;
      position: relative;
      padding: 0 .06rem; }
      .pageNav li a:before {
        content: "";
        display: block;
        position: absolute;
        left: -.32rem;
        top: 0;
        width: .32rem;
        height: 0.5rem;
        background: url("../images/img32_1.png") center no-repeat;
        background-size: cover;
        opacity: 0;
        visibility: hidden; }
      .pageNav li a:after {
        content: "";
        display: block;
        position: absolute;
        right: -.32rem;
        top: 0;
        width: .32rem;
        height: 0.5rem;
        background: url("../images/img32_2.png") center no-repeat;
        background-size: cover;
        opacity: 0;
        visibility: hidden; }
      .pageNav li a:hover, .pageNav li a.on {
        background: #f00;
        color: #fff; }
        .pageNav li a:hover:before, .pageNav li a:hover:after, .pageNav li a.on:before, .pageNav li a.on:after {
          opacity: 1;
          visibility: visible; }
    .pageNav li a, .pageNav li a:before {
      transition-duration: 0s;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s; }

.pageBg {
  min-height: 5rem;
  background: #dedede;
  padding: .4rem 0; }

.pageBg2 {
  min-height: 5rem;
  background: #fff; }

.product {
  padding: .35rem .23rem 0 .23rem; }
  .product ul {
    margin-left: -.2rem; }
  .product li {
    float: left;
    width: 33.333%;
    padding: 0 0 .2rem .2rem; }
    .product li:hover .imgDiv a {
      opacity: 1; }
    .product li:hover .imgDiv img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .product li:hover .name a {
      background: #f00;
      color: #fff; }
  .product .imgDiv {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px; }
    .product .imgDiv a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(255, 0, 0, 0.3) url("../images/img84.png") center no-repeat;
      background-size: .84rem; }
  .product .name a {
    display: block;
    height: .5rem;
    line-height: .5rem;
    overflow: hidden;
    font-size: 16px;
    background: #ccc;
    text-align: center; }

.pageMore {
  clear: both;
  padding: .35rem 0 .6rem 0; }
  .pageMore a {
    display: block;
    margin: 0 auto;
    line-height: .58rem;
    background: #ccc;
    text-align: center;
    color: #fff;
    letter-spacing: .06rem;
    font-size: 16px;
    max-width: 5.13rem; }
    .pageMore a:hover {
      background: #f00; }

/*.w71{width: 71%;}
.w29{width: 29%; padding-left: .3rem;}*/
.w71 {
  width: 8.52rem; }

.w29 {
  width: 3.17rem; }

.productShow {
  padding: 0 .26rem .26rem;
  color: #666; }
  .productShow .back a {
    display: block;
    height: .74rem;
    line-height: .74rem;
    font-size: .2rem;
    color: #666;
    padding-left: .25rem;
    background: url("../images/img12_1.png") left center no-repeat;
    background-size: .12rem; }
  .productShow .bigImg {
    min-height: 1rem;
    position: relative; }
    .productShow .bigImg #bigImg {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .productShow .bigImg a.arrow {
      display: block;
      width: .47rem;
      height: .47rem;
      background: center no-repeat;
      background-size: cover;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.24rem; }
      .productShow .bigImg a.arrow.prev {
        left: -.26rem;
        background-image: url("../images/nimg47_1_1.gif"); }
        .productShow .bigImg a.arrow.prev:hover {
          background-image: url("../images/nimg47_1.gif"); }
      .productShow .bigImg a.arrow.next {
        right: -.26rem;
        background-image: url("../images/nimg47_2_1.gif"); }
        .productShow .bigImg a.arrow.next:hover {
          background-image: url("../images/nimg47_2.gif"); }
  .productShow .name {
    font-size: .26rem;
    line-height: .46rem;
    position: relative;
    padding: .16rem 2.3rem 0 0; }
    .productShow .name a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0.16rem;
      bottom: auto;
      height: .46rem;
      color: #fff;
      padding: 0 .22rem;
      background: #f00; }
  .productShow dl.tag {
    min-height: .4rem;
    border-bottom: #ccc solid 1px; }
    .productShow dl.tag dd {
      float: left;
      height: .35rem;
      line-height: .35rem;
      font-size: 14px;
      padding: 0 .32rem 0 .26rem;
      background: url("../images/img20.png") left center no-repeat;
      background-size: .2rem; }
  .productShow .msg {
    padding-top: .3rem;
    max-width: 6.9rem; }
    .productShow .msg li {
      float: left;
      width: 33.333%;
      font-size: 14px;
      line-height: 2.42em; }
  .productShow .content {
    clear: both;
    padding: .3rem 0 .45rem 0;
    font-size: 14px;
    line-height: 2.42em; }
    .productShow .content li {
      position: relative;
      padding-left: 1.5em;
      min-height: 2.42em; }
      .productShow .content li em {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }

#productSide.on {
  position: fixed;
  top: .71rem;
  width: 3.17rem;
  right: 50%;
  margin-right: -6rem; }

.productSide {
  padding: 0 .27rem .2rem .27rem; }
  .productSide .title {
    font-size: .2rem;
    line-height: .74rem;
    color: #666; }
  .productSide li {
    margin-bottom: .2rem;
    position: relative; }
    .productSide li:hover .imgDiv a {
      opacity: 1; }
    .productSide li:hover .imgDiv img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .productSide .imgDiv {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .productSide .imgDiv a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(255, 0, 0, 0.3) url("../images/img84.png") center 0.33rem no-repeat;
      background-size: .84rem; }
  .productSide .name a {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0 .1rem; }

.pageNum2 {
  padding-top: .1rem;
  height: .9rem; }
  .pageNum2 dl {
    margin-left: -.1rem; }
  .pageNum2 dd {
    float: left;
    width: 33.333%;
    padding-left: .1rem; }
  .pageNum2 a {
    display: block;
    background: #fff;
    height: .58rem;
    line-height: .58rem;
    text-align: center;
    color: #999;
    font-size: 16px; }
    .pageNum2 a span {
      display: inline-block;
      padding: 0 .28rem;
      background: left center no-repeat;
      background-size: .2rem; }
    .pageNum2 a.prev span {
      background-image: url("../images/img20_1.png"); }
    .pageNum2 a.next span {
      background-image: url("../images/img20_2.png");
      background-position: right center; }
    .pageNum2 a.back span {
      background-image: url("../images/img20_3.png"); }
    .pageNum2 a.prev:hover span {
      background-image: url("../images/img20_1on.png"); }
    .pageNum2 a.next:hover span {
      background-image: url("../images/img20_2on.png"); }
    .pageNum2 a.back:hover span {
      background-image: url("../images/img20_3on.png"); }
    .pageNum2 a:hover {
      background-color: #f00;
      color: #fff; }

.news {
  padding: 0 .27rem;
  font-size: 13px; }
  .news .title {
    font-size: .2rem;
    line-height: .74rem;
    color: #666;
    position: relative;
    z-index: 10; }
  .news li {
    min-height: 2.42rem;
    position: relative;
    padding: .3rem .27rem .3rem 2.97rem;
    top: -.35rem;
    margin-left: -.27rem;
    margin-right: -.27rem; }
    .news li .imgDiv {
      width: 2.48rem;
      position: absolute;
      z-index: 10;
      left: 0.27rem;
      right: auto;
      top: 0.35rem;
      bottom: auto;
      overflow: hidden; }
    .news li .name a {
      display: block;
      font-size: .2rem;
      color: #666;
      line-height: 1.6em; }
    .news li .time {
      line-height: 2.3em;
      color: #ccc;
      padding-top: .06rem; }
    .news li .content {
      line-height: 2.3em;
      color: #999;
      min-height: .9rem;
      padding-bottom: .2rem; }
    .news li .btn a {
      display: block;
      margin-left: auto;
      width: 98px;
      height: 26px;
      line-height: 26px;
      background: #999 url("../images/img13.png") 0.12rem center no-repeat;
      background-size: .13rem;
      padding-left: .31rem;
      color: #fff; }
    .news li .line {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      width: 100%;
      padding: 0 .27rem; }
      .news li .line:after {
        content: "";
        display: block;
        height: .1rem;
        border-bottom: #ededed solid 1px; }
    .news li:hover {
      background: #eee; }
      .news li:hover .imgDiv img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
      .news li:hover .name a {
        color: #f00; }
      .news li:hover .btn a {
        background-color: #f00; }

.sideBar {
  position: fixed;
  z-index: 15;
  top: 50%;
  right: 2px;
  width: .5rem; }
  .sideBar li {
    min-height: .5rem;
    position: relative;
    padding-bottom: 1px; }
    .sideBar li:hover a.name {
      background-color: #fc0; }
    .sideBar li:hover .layer {
      right: 100%;
      opacity: 1;
      visibility: visible; }
  .sideBar a.name {
    display: block;
    background: #666;
    position: relative;
    z-index: 11; }
  .sideBar .layer {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 1.44rem;
    min-height: .5rem;
    background: #333;
    font-size: 12px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-top-left-radius: .06rem;
    -webkit-border-top-left-radius: .06rem;
    -moz-border-top-left-radius: .06rem;
    border-bottom-left-radius: .06rem;
    -webkit-border-bottom-left-radius: .06rem;
    -moz-border-bottom-left-radius: .06rem; }
  .sideBar .li_01 .layer {
    padding: 0 .15rem .15rem; }
  .sideBar .li_01 h2 {
    font-weight: 400;
    font-size: 12px;
    line-height: .58rem; }
  .sideBar .li_01 dd {
    padding-bottom: .15rem;
    max-width: 107px;
    margin: 0 auto; }
    .sideBar .li_01 dd a {
      display: block;
      padding-left: .38rem;
      height: 30px;
      line-height: 30px;
      background: #fff url("../images/img16.png") 0.15rem center no-repeat;
      background-size: .16rem;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      text-align: left; }
      .sideBar .li_01 dd a:hover {
        background-color: #f00;
        background-image: url("../images/img16on.png");
        color: #fff; }
  .sideBar .li_02 .layer {
    padding: .15rem 0; }
    .sideBar .li_02 .layer div {
      width: .93rem;
      margin: 0 auto;
      padding-bottom: .08rem; }
  .sideBar .li_03 .layer {
    font-size: .18rem;
    line-height: .5rem;
    width: 1.68rem; }

.newShow {
  padding: .3rem;
  color: #666; }
  .newShow .title {
    font-size: .26rem;
    line-height: 1.5em; }
  .newShow dl.msg {
    min-height: .55rem;
    border-bottom: #ccc solid 1px;
    line-height: .42rem; }
    .newShow dl.msg dd {
      float: left;
      color: #999;
      font-size: 13px;
      padding-right: 1.5em; }
    .newShow dl.msg a {
      color: #999; }
      .newShow dl.msg a:hover {
        color: #f00; }
  .newShow .share {
    height: .2rem;
    position: relative; }
    .newShow .share ul {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: -0.45rem;
      bottom: auto; }
    .newShow .share li {
      float: left;
      line-height: .21rem;
      padding-left: .08rem;
      font-size: 13px;
      color: #999; }
    .newShow .share img {
      width: .21rem;
      float: left; }
    .newShow .share.share2 {
      height: .5rem; }
      .newShow .share.share2 ul {
        top: .2rem; }
  .newShow .content {
    font-size: 14px;
    line-height: 2.5em;
    text-align: justify; }
    .newShow .content .imgDiv {
      padding: .2rem 0; }

.aboutTitle {
  clear: both;
  font-size: .2rem;
  color: #666;
  border-bottom: #ccc solid 1px;
  padding: .7rem 0 .1rem 0; }

.about_01 {
  padding: 0 .75rem; }
  .about_01 .content {
    width: 50%;
    padding: .4rem .3rem 0 0;
    text-align: justify;
    font-size: 14px;
    line-height: .4rem;
    color: #666; }
  .about_01 .img {
    width: 50%;
    padding-top: .5rem; }

.about_02 {
  padding: 0 .75rem; }
  .about_02 .fl, .about_02 .fr {
    width: 50%;
    font-size: 14px;
    line-height: .4rem;
    color: #666;
    padding-top: .3rem; }
  .about_02 .fl {
    max-width: 4.15rem;
    padding-right: .3rem; }
  .about_02 h2 {
    font-size: 14px; }
  .about_02 ul {
    float: left;
    width: 50%;
    max-width: 2.1rem; }
    .about_02 ul li {
      min-height: .4rem;
      position: relative;
      padding-left: 1.5em; }
    .about_02 ul em {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
  .about_02 .imgDiv {
    clear: both;
    text-align: center;
    padding: .5rem 0; }
    .about_02 .imgDiv img {
      width: auto; }

.about_03 {
  padding: 0 .75rem; }
  .about_03 .list {
    padding-top: .35rem;
    margin-left: -.27rem; }
  .about_03 li {
    float: left;
    width: 25%;
    padding: 0 0 .2rem .27rem; }
    .about_03 li div {
      border: #e7e7e7 solid .05rem;
      cursor: pointer;
      width: 100%;
      overflow: hidden; }
    .about_03 li:hover div {
      border-color: #f00; }
    .about_03 li:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.about_04 {
  padding: 0 .75rem; }
  .about_04 .h50 {
    height: .8rem; }
  .about_04 .fl {
    width: 43%; }
  .about_04 .fr {
    width: 57%;
    border-left: #ccc solid 1px;
    padding-left: .9rem; }
  .about_04 .title {
    font-size: .3rem;
    line-height: 1em;
    padding-bottom: .3rem; }
  .about_04 .content {
    font-size: 14px;
    line-height: .36rem;
    color: #666;
    position: relative;
    top: -.1rem; }
  .about_04 li {
    padding-bottom: .29rem; }
  .about_04 .input {
    border: #ccc solid 1px; }
    .about_04 .input.on {
      border-color: #f00; }
      .about_04 .input.on .input1 {
        color: #f00; }
    .about_04 .input .input1 {
      width: 100%;
      height: .45rem;
      line-height: .45rem;
      padding: 0 .15rem;
      font-size: 14px; }
    .about_04 .input textarea.input1 {
      height: 1.32rem;
      padding: .1rem .15rem;
      line-height: .25rem; }
  .about_04 .btn {
    background: #ccc; }
    .about_04 .btn:hover {
      background: #f00; }
    .about_04 .btn input {
      width: 100%;
      height: .47rem;
      font-size: 14px;
      color: #fff; }

.honorLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden; }
  .honorLayer.show {
    opacity: 1;
    visibility: visible; }
  .honorLayer .list {
    background: #fff;
    width: 7rem;
    height: 8rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-left: -3.5rem;
    margin-top: -4rem; }
  .honorLayer a.close {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.75rem;
    top: 0;
    bottom: auto;
    background: #ccc;
    width: .75rem;
    height: .75rem; }
    .honorLayer a.close:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/close75.png") center no-repeat;
      background-size: cover; }
    .honorLayer a.close:hover {
      background-color: #f00; }
      .honorLayer a.close:hover:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
  .honorLayer a.arrow {
    display: block;
    background: #ccc center no-repeat;
    background-size: cover;
    width: .6rem;
    height: .6rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.3rem; }
    .honorLayer a.arrow.prev {
      background-image: url("../images/prev60.png");
      left: 0; }
    .honorLayer a.arrow.next {
      background-image: url("../images/next60.png");
      right: 0; }
    .honorLayer a.arrow:hover {
      background-color: #f00; }
  .honorLayer #honorLayer {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .honorLayer .swiper-slide {
    padding: 0 .9rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center; }

.joinTitle {
  clear: both;
  text-align: center;
  padding: .3rem 0;
  color: #666; }
  .joinTitle h2 {
    font-size: .32rem;
    font-weight: 400;
    position: relative;
    padding-bottom: .2rem; }
    .joinTitle h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .1rem;
      width: 1rem;
      height: .02rem;
      background: #f00;
      margin-left: -.5rem; }
  .joinTitle div {
    font-size: .32rem;
    font-weight: bold;
    line-height: 1.5em; }
    .joinTitle div span {
      color: #f00; }

.join_01 {
  max-width: 9.4rem;
  margin: 0 auto;
  background: url("../images/line5.png") center repeat-y;
  background-size: .05rem;
  padding-top: .45rem; }
  .join_01 li {
    min-height: 2rem;
    position: relative;
    padding: .4rem 0 .2rem 5.1rem;
    background: url("../images/img40.png") center 0.6rem no-repeat;
    background-size: .4rem; }
    .join_01 li .imgDiv {
      width: 2.6rem;
      overflow: hidden;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto; }
    .join_01 li .name {
      font-weight: bold;
      color: #f00;
      font-size: 18px;
      line-height: .32rem; }
    .join_01 li .content {
      font-size: 14px;
      line-height: .28rem;
      color: #666; }
    .join_01 li:nth-child(odd) .imgDiv {
      left: 50%;
      margin-left: -3.05rem; }
    .join_01 li:nth-child(even) {
      padding: .4rem 5.1rem .2rem 0; }
      .join_01 li:nth-child(even) .imgDiv {
        right: 50%;
        margin-right: -3.05rem; }
      .join_01 li:nth-child(even) .name {
        text-align: right; }

.join_02 {
  padding: .1rem .7rem 0 .7rem; }
  .join_02 ul {
    margin-left: -.9rem; }
  .join_02 li {
    float: left;
    width: 50%;
    padding: .06rem 0 .5rem 1.45rem;
    position: relative; }
    .join_02 li:nth-child(odd) {
      clear: left; }
  .join_02 .num {
    position: absolute;
    z-index: 10;
    left: 0.9rem;
    right: auto;
    top: 0;
    bottom: auto;
    font-size: .65rem;
    color: #ccc;
    font-style: italic;
    font-weight: bold; }
  .join_02 .name {
    font-size: 18px;
    line-height: .31rem;
    color: #f00;
    font-weight: bold; }
  .join_02 .content {
    font-size: 14px;
    line-height: .31rem;
    letter-spacing: 1px; }

.join_03 {
  padding: .2rem .6rem 0 .6rem; }
  .join_03 ul {
    margin-left: -.75rem; }
  .join_03 li {
    float: left;
    width: 25%;
    text-align: center;
    min-height: 3.2rem;
    padding: 0 0 .5rem .75rem; }
    .join_03 li:nth-child(5) {
      clear: left; }
  .join_03 .imgDiv {
    width: 1.22rem;
    margin: 0 auto; }
  .join_03 .name {
    font-size: 18px;
    line-height: .31rem;
    color: #f00;
    font-weight: bold;
    padding: .1rem 0 0 0; }
  .join_03 .content {
    font-size: 14px;
    line-height: .31rem;
    letter-spacing: 1px;
    text-align: justify; }

.join_04 {
  padding: .2rem .27rem 0 .27rem;
  font-size: 14px; }
  .join_04 ul {
    margin-left: -.1rem; }
  .join_04 li {
    float: left;
    width: 33.333%;
    padding: 0 0 .1rem .1rem;
    text-align: center; }
    .join_04 li:hover .imgDiv img {
      opacity: .3; }
    .join_04 li:hover .imgDiv .a1 {
      opacity: 1; }
    .join_04 li:hover .name a {
      background: #f00;
      color: #fff; }
  .join_04 .imgDiv {
    min-height: 1rem;
    position: relative;
    background: #000; }
    .join_04 .imgDiv .a1 {
      display: block;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      width: 1.25rem;
      height: .36rem;
      line-height: .34rem;
      border: #fff solid 1px;
      color: #fff;
      margin-left: -.62rem;
      margin-top: -.18rem;
      opacity: 0; }
  .join_04 .name a {
    display: block;
    height: .52rem;
    line-height: .52rem;
    padding: 0 .15rem;
    background: #dedede;
    color: #666; }

.joinMore {
  clear: both;
  text-align: center;
  padding: .35rem 0 .65rem 0; }
  .joinMore a {
    display: inline-block;
    width: 2.1rem;
    height: .52rem;
    line-height: .52rem;
    background: #dedede;
    font-size: 14px;
    font-weight: bold;
    color: #666; }
    .joinMore a:hover {
      background: #f00;
      color: #fff; }

.join_05 {
  padding: .1rem .65rem 0 .65rem; }
  .join_05 .fl {
    width: 40%; }
  .join_05 .fr {
    width: 60%;
    padding-left: .2rem;
    max-width: 6.32rem; }
  .join_05 .content {
    font-size: 14px;
    line-height: .39rem;
    position: relative;
    top: -.15rem; }

.join_06 {
  padding: .1rem .65rem 0 .65rem; }
  .join_06 .fl {
    width: 50%;
    padding-right: .1rem; }
  .join_06 .fr {
    width: 50%;
    padding-left: .1rem; }
  .join_06 li {
    padding-bottom: .16rem; }
  .join_06 .input {
    border: #ccc solid 1px; }
    .join_06 .input.on {
      border-color: #f00; }
      .join_06 .input.on .input1 {
        color: #f00; }
    .join_06 .input .input1 {
      width: 100%;
      height: .43rem;
      line-height: .43rem;
      padding: 0 .15rem;
      font-size: 14px; }
    .join_06 .input textarea.input1 {
      height: 1.76rem;
      padding: .1rem .15rem;
      line-height: .23rem; }
  .join_06 .btn {
    background: #bfbfbf; }
    .join_06 .btn:hover {
      background: #f00; }
    .join_06 .btn input {
      width: 100%;
      height: .44rem;
      font-size: 14px;
      color: #fff; }
  .join_06 .name {
    height: .65rem;
    line-height: .65rem;
    font-size: 15px;
    background: #cc9933;
    color: #fff;
    position: relative;
    padding-left: .35rem; }
    .join_06 .name img {
      width: 1.57rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.25rem;
      top: 0.22rem;
      bottom: auto; }

#Layer1 {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.joinLayer {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 6.3rem;
  min-height: 4.3rem;
  margin-left: -3.15rem;
  margin-top: -2.15rem;
  text-align: center;
  display: none; }
  .joinLayer a.close {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.51rem;
    top: 0;
    bottom: auto;
    width: .5rem;
    height: .5rem;
    background: #f00 url("../images/close75.png") center no-repeat;
    background-size: cover; }
  .joinLayer .img {
    width: 1.43rem;
    margin: 0 auto;
    padding-top: .6rem; }
  .joinLayer h2 {
    color: #f00;
    font-size: .36rem;
    padding: .1rem 0 .45rem 0; }
  .joinLayer p {
    font-size: 14px;
    line-height: .36rem;
    color: #666; }

.productLayer {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 6.4rem;
  min-height: 5.8rem;
  margin-left: -3.2rem;
  margin-top: -2.9rem;
  padding: .35rem .45rem .45rem;
  display: none; }
  .productLayer a.close {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.75rem;
    top: 0;
    bottom: auto;
    width: .75rem;
    height: .75rem;
    background: #f00; }
    .productLayer a.close:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/close75.png") center no-repeat;
      background-size: cover; }
    .productLayer a.close:hover:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .productLayer .title {
    font-size: .24rem;
    line-height: .36rem;
    color: #666;
    padding-bottom: .15rem; }
    .productLayer .title b {
      display: block;
      color: #f00; }
  .productLayer li {
    padding-bottom: .16rem; }
  .productLayer .input {
    border: #ccc solid 1px; }
    .productLayer .input .input1 {
      width: 100%;
      height: .52rem;
      line-height: .52rem;
      padding: 0 .15rem;
      font-size: 14px; }
    .productLayer .input textarea.input1 {
      height: 1.58rem;
      padding: .1rem .15rem;
      line-height: .23rem; }
    .productLayer .input.on {
      border-color: #f00; }
      .productLayer .input.on .input1 {
        color: #f00; }
  .productLayer .tips {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: .45rem; }
    .productLayer .tips span {
      padding-left: .22rem;
      display: inline-block;
      height: .45rem;
      background: url("../images/img13_1.png") left center no-repeat;
      background-size: .13rem; }
  .productLayer .btn {
    background: #999; }
    .productLayer .btn:hover {
      background: #f00; }
    .productLayer .btn input {
      width: 100%;
      height: .55rem;
      font-size: 18px;
      color: #fff; }
  .productLayer .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    color: #666;
    display: none; }
    .productLayer .layer .img {
      width: 1.4rem;
      margin: 0 auto;
      padding: 1.25rem 0 .3rem 0; }
    .productLayer .layer h3 {
      color: #f00;
      font-size: .24rem; }
    .productLayer .layer h5 {
      font-weight: 400;
      font-size: .24rem;
      padding: .25rem 0; }
    .productLayer .layer p {
      font-size: 14px; }

@media screen and (max-width: 1300px) {
  .head .nav {
    right: 3.5rem; }
    .head .nav li {
      padding-left: .2rem; }
    .head .nav a {
      font-size: 14px; }

  .indexPart3 .name {
    padding-top: .25rem; } }
@media screen and (max-width: 800px) {
  .wal {
    max-width: 8rem; }

  .pcShow {
    display: none; }

  .phoneShow {
    display: block; }

  body.navShow .navBg {
    display: block; }
  body.navShow .head .nav {
    right: 0; }

  .navBg {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none; }

  .head {
    position: fixed; }
    .head a.navA {
      display: block;
      width: 1rem;
      height: 1rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      background: url("../images/navA.png") center no-repeat;
      background-size: .4rem; }
    .head a.tel {
      display: none; }
    .head .nav {
      position: fixed;
      right: -5.5rem;
      width: 5.5rem;
      height: 100%;
      overflow-y: auto;
      background: #f00; }
      .head .nav .close {
        height: 1rem;
        position: relative; }
        .head .nav .close i {
          display: block;
          width: 1rem;
          height: 1rem;
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0;
          top: 0;
          bottom: auto;
          background: url("../images/close.png") center no-repeat;
          background-size: .4rem; }
      .head .nav li {
        float: none;
        padding-left: 0;
        border-top: #db151d solid 1px; }
      .head .nav a {
        padding: 0 0 0 .5rem;
        font-size: 0.26rem;
        color: #fff; }
        .head .nav a:before {
          display: none; }
        .head .nav a:hover, .head .nav a.on {
          color: #fff; }
      .head .nav .tel a {
        padding-left: 1.3rem;
        background: url("../images/img63.png") 0.5rem center no-repeat;
        background-size: .63rem;
        height: 1.6rem;
        line-height: 1.6rem; }

  .headD2 {
    height: 1rem; }

  .pageHead {
    height: 1rem; }
    .pageHead a.logo {
      top: .22rem; }
    .pageHead a.tel {
      height: 1rem;
      line-height: 1rem; }
    .pageHead .nav a {
      height: 1rem;
      line-height: 1rem; }

  .indexFlash .swiper-slide a {
    min-height: 3rem; }

  .indexPart1 li {
    width: 50%;
    border-color: #fff; }
    .indexPart1 li:nth-child(3) {
      width: 100%; }
  .indexPart1 .img {
    height: 3.42rem; }
  .indexPart1 .content {
    font-size: 0.22rem;
    line-height: .4rem;
    padding: .3rem; }

  .indexPart2 .title {
    font-size: .24rem; }
  .indexPart2 .swiper-slide {
    padding-bottom: .1rem; }

  .indexPart3 {
    width: 100%; }
    .indexPart3 li.li_02 .img:before {
      background-image: url("../images/img25_2.png");
      left: 50%; }
    .indexPart3 .box {
      width: 100%;
      padding: .5rem .4rem; }
    .indexPart3 .name {
      font-size: .36rem;
      padding: .1rem 0; }
    .indexPart3 .img {
      position: relative;
      width: 100%;
      height: 3.85rem; }
      .indexPart3 .img:before {
        background-image: url("../images/img25.png");
        width: .25rem;
        height: .12rem;
        left: 50%;
        top: 100%;
        margin-left: -.12rem; }

  .indexPart4 {
    width: 100%; }
    .indexPart4 .box {
      height: 4rem;
      padding: .4rem .4rem 0 .4rem; }
    .indexPart4 .name {
      font-size: .36rem; }
    .indexPart4 .content {
      font-size: 0.24rem;
      line-height: 1.54em;
      height: 4.62em; }
    .indexPart4 dl dd {
      font-size: .22rem;
      padding-top: .4rem; }
    .indexPart4 .form {
      height: 4.5rem;
      padding: .4rem; }
    .indexPart4 li .input1 {
      height: .68rem;
      line-height: .68rem;
      font-size: 0.26rem; }
    .indexPart4 .btn input {
      height: .7rem;
      font-size: 0.26rem; }

  .indexPart5 .title {
    font-size: .24rem; }
  .indexPart5 .tab {
    height: .9rem;
    padding: 0 .27rem; }
    .indexPart5 .tab li {
      float: left;
      width: 33.333%;
      padding: 0 .03rem; }
    .indexPart5 .tab a {
      font-size: .24rem;
      width: 100%;
      height: .6rem;
      line-height: .6rem; }
  .indexPart5 .list li {
    font-size: 0.24rem; }
  .indexPart5 .list .wal {
    min-height: 2rem;
    padding: .25rem 0 .2rem 2.2rem; }
  .indexPart5 .list .imgDiv {
    width: 2rem; }
  .indexPart5 .list .name {
    font-size: .28rem;
    line-height: .46rem;
    height: .92rem;
    overflow: hidden; }
  .indexPart5 .list .content, .indexPart5 .list .more {
    display: none; }
  .indexPart5 .list .time2 {
    font-size: .22rem;
    color: #999;
    padding-top: .2rem; }

  .topA2 {
    width: .48rem;
    height: .5rem;
    background: url("../images/topA.png") center no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 1rem; }

  .footForm2 {
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: #000;
    padding: .2rem 1.77rem 0 1.8rem; }
    .footForm2 h2 {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      font-size: .3rem;
      color: #fff;
      font-weight: 400;
      width: 1.6rem;
      height: 1rem;
      line-height: 1rem;
      text-align: center;
      background: #f00; }
    .footForm2 a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.25rem;
      top: 0;
      bottom: auto;
      height: 1rem;
      line-height: 1rem;
      font-size: .3rem;
      color: #fff; }
    .footForm2 input {
      width: 100%;
      background: #fff;
      height: .6rem;
      line-height: .6rem;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      font-size: .26rem;
      padding: 0 .2rem; }
    .footForm2 .input.on input {
      color: #f00; }

  .footForm .form {
    display: none; }

  .foot {
    padding: .3rem .3rem 1.3rem;
    font-size: .22rem; }
    .foot .msg div {
      font-size: .3rem; }
    .foot .list1 img {
      width: .22rem;
      margin-right: .1rem;
      top: .12rem; }
    .foot .list {
      position: relative;
      right: 0;
      width: 100%; }
      .foot .list h2, .foot .list ul {
        display: none; }
      .foot .list p {
        font-size: .22rem; }
    .foot .ewm {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.3rem;
      top: 0.3rem;
      bottom: auto;
      width: 1.38rem;
      font-size: .14rem; }
	  

  /*page------------*/
  .pageNav {
    height: 0.9rem;
    position: relative;
	z-index:20; }
    .pageNav h2 {
      font-size: .3rem;
      line-height: 0.9rem;
      position: relative; }
      .pageNav h2:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .25rem;
        height: 0.9rem;
        background: url("../images/img33.png") center no-repeat;
        background-size: 100%; }
    .pageNav .list {
      position: absolute;
      z-index: 20;
      left: 0;
      right: auto;
      top: 0.9rem;
      bottom: auto;
      width: 100%;
      background: #fff;
      display: none;
      border-bottom: #ddd solid 1px; }
    .pageNav li {
      display: block; }
      .pageNav li a {
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.24rem; }
        .pageNav li a:before, .pageNav li a:after {
          display: none; }
    .pageNav:hover .list {
      display: block; }

  .product li {
    width: 50%; }
  .product .name a {
    font-size: 0.26rem; }

  .pageMore a {
    line-height: .68rem;
    font-size: 0.26rem; }

  .w71 {
    width: 100%; }

  .w29 {
    width: 100%;
    padding-left: 0; }

  .productShow .back a {
    height: 1rem;
    line-height: 1rem;
    font-size: .26rem;
    padding-left: .35rem;
    background-size: .16rem; }
  .productShow dl.tag {
    min-height: .7rem;
    padding-top: .1rem; }
  .productShow .msg li {
    width: 50%;
    font-size: 0.24rem; }
  .productShow .content {
    font-size: 0.24rem; }

  #productSide.on {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
    margin-right: 0; }

  .productSide {
    min-height: 1rem; }
    .productSide .title {
      font-size: .28rem;
      line-height: 1rem; }
    .productSide ul {
      display: flex;
      justify-content: space-between; }
    .productSide li {
      width: 49%; }
      .productSide li:nth-child(3) {
        display: none; }

  .pageNum2 a {
    font-size: 0.26rem; }

  .news {
    font-size: 0.22rem; }
    .news .title {
      font-size: .28rem;
      line-height: 1.1rem; }
    .news li .name a {
      font-size: .28rem;
      min-height: 1.25rem;
      padding-top: .1rem; }
    .news li .content, .news li .btn {
      display: none; }

  .sideBar {
    width: .7rem; }
    .sideBar .layer {
      width: 2.2rem; }
    .sideBar .li_01 .layer {
      padding: 0 .25rem .25rem; }
    .sideBar .li_01 h2 {
      line-height: .65rem; }
    .sideBar .li_03 .layer {
      font-size: .3rem;
      line-height: .7rem;
      width: 2.5rem; }

  .newShow .title {
    font-size: .3rem;
    padding-bottom: .15rem; }
  .newShow dl.msg {
    min-height: 1rem; }
    .newShow dl.msg dd {
      font-size: 0.22rem;
      padding: 0;
      width: 33.333%; }
  .newShow .share li {
    font-size: 0.22rem; }
  .newShow .content {
    font-size: 0.24rem; }

  .aboutTitle {
    font-size: .3rem;
    padding: .7rem 0 .2rem 0; }

  .about_01 {
    padding: 0 .25rem; }
    .about_01 .content {
      width: 100%;
      padding: .4rem 0 0 0;
      font-size: 0.24rem;
      line-height: 2em; }
    .about_01 .img {
      width: 100%; }

  .about_02 {
    padding: 0 .25rem; }
    .about_02 .fl, .about_02 .fr {
      width: 100%;
      font-size: 0.24rem;
      line-height: 2em; }
    .about_02 .fl {
      max-width: 100%;
      padding-right: 0; }
    .about_02 h2 {
      font-size: 0.24rem; }
    .about_02 ul {
      max-width: 100%; }

  .about_03 {
    padding: 0 .25rem; }
    .about_03 .list {
      margin-left: -.15rem; }
    .about_03 li {
      padding: 0 0 .15rem .15rem; }

  .about_04 {
    padding: 0 .25rem; }
    .about_04 .h50 {
      height: .5rem; }
    .about_04 .fl {
      width: 100%;
      padding-bottom: .5rem; }
    .about_04 .fr {
      width: 100%;
      border: 0;
      border-top: #ccc solid 1px;
      padding: .5rem 0 0 0; }
    .about_04 .title {
      font-size: .32rem; }
    .about_04 .content {
      font-size: 0.24rem;
      line-height: 2em; }
    .about_04 .input .input1 {
      height: .65rem;
      line-height: .65rem;
      padding: 0 .25rem;
      font-size: 0.24rem; }
    .about_04 .input textarea.input1 {
      height: 2rem;
      padding: .15rem .25rem;
      line-height: .35rem; }
    .about_04 .btn input {
      height: .7rem; }

  .honorLayer a.close {
    top: -.75rem;
    right: 0; }

  .joinTitle {
    padding: .5rem 0; }

  .join_01 {
    background-position: .5rem center;
    padding-top: 0; }
    .join_01 li {
      padding: 0 .25rem .5rem 1rem;
      background-position: .3rem .6rem; }
      .join_01 li .imgDiv {
        position: relative; }
      .join_01 li .name {
        font-size: 18px;
        line-height: .8rem;
        padding-top: .1rem; }
      .join_01 li .content {
        font-size: 0.24rem;
        line-height: 2em; }
      .join_01 li:nth-child(odd) .imgDiv {
        left: 0;
        margin-left: 0; }
      .join_01 li:nth-child(even) {
        padding: 0 .25rem .5rem 1rem; }
        .join_01 li:nth-child(even) .imgDiv {
          right: 0;
          margin-right: 0; }
        .join_01 li:nth-child(even) .name {
          text-align: left; }

  .join_02 {
    padding: .1rem .3rem 0 .3rem; }
    .join_02 li {
      width: 100%;
      padding: .06rem 0 .3rem 1.45rem; }
    .join_02 .name {
      font-size: 18px;
      line-height: .5rem;
      padding-bottom: .1rem; }
    .join_02 .content {
      font-size: 0.24rem;
      line-height: 2em; }

  .join_03 {
    padding: .1rem .3rem 0 .3rem; }
    .join_03 ul {
      margin-left: -.35rem; }
    .join_03 li {
      width: 50%;
      padding: 0 0 .35rem .35rem; }
      .join_03 li:nth-child(odd) {
        clear: left; }
    .join_03 .name {
      font-size: 18px;
      line-height: .8rem; }
    .join_03 .content {
      font-size: 0.24rem;
      line-height: 2em; }

  .join_04 {
    font-size: 0.24rem;
    padding-top: .1rem; }
    .join_04 li {
      width: 50%; }
    .join_04 .imgDiv .a1 {
      width: 1.5rem;
      height: .46rem;
      line-height: .44rem;
      margin-left: -.75rem;
      margin-top: -.23rem; }
    .join_04 .name a {
      height: .65rem;
      line-height: .65rem; }

  .joinMore a {
    width: 2.5rem;
    height: .65rem;
    line-height: .65rem;
    font-size: 0.24rem; }

  .join_05 {
    padding: .1rem .3rem 0 .3rem; }
    .join_05 .fl {
      width: 100%; }
    .join_05 .fr {
      width: 100%;
      padding: .3rem 0 0 0;
      max-width: 100%; }
    .join_05 .content {
      font-size: 0.24rem;
      line-height: 2em;
      top: 0;
      padding: .2rem 0; }

  .join_06 {
    padding: .1rem .3rem 0 .3rem; }
    .join_06 .fl {
      width: 100%;
      padding: 0; }
    .join_06 .fr {
      width: 100%;
      padding: 0 0 .5rem 0; }
    .join_06 li {
      padding-bottom: .2rem; }
    .join_06 .input .input1 {
      height: .7rem;
      line-height: .7rem;
      padding: 0 .25rem;
      font-size: 0.24rem; }
    .join_06 .input textarea.input1 {
      height: 2.5rem;
      padding: .15rem .25rem;
      line-height: .3rem; }
    .join_06 .btn input {
      height: .75rem;
      font-size: 0.24rem; }

  .joinLayer a.close {
    top: -.5rem;
    right: 0; }
  .joinLayer h2 {
    padding: .15rem 0 .35rem 0; }
  .joinLayer p {
    font-size: 0.24rem;
    line-height: 2em; }

  .productLayer a.close {
    top: -.75rem;
    right: 0; }
  .productLayer .title {
    font-size: .3rem;
    line-height: .5rem; }
  .productLayer li {
    padding-bottom: .2rem; }
  .productLayer .input .input1 {
    height: .7rem;
    line-height: .7rem;
    padding: 0 .25rem; }
  .productLayer .input textarea.input1 {
    height: 2rem;
    padding: .15rem .2rem;
    line-height: .4rem; }
  .productLayer .tips {
    font-size: 0.24rem;
    padding-bottom: .3rem; }
  .productLayer .btn input {
    height: .75rem;
    font-size: 18px; }
  .productLayer .layer h3 {
    font-size: .3rem; }
  .productLayer .layer h5 {
    font-size: .28rem; }
  .productLayer .layer p {
    font-size: 12px; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; }

  .pageBg .wal {
    margin: 0 .1rem; } }

/*# sourceMappingURL=index.css.map */
